McCartTransParams Class
Represents the parameters of Cartesian transformation.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.McCartTransParams
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McCartTransParams
Public Class McCartTransParams
The McCartTransParams class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Initializes a new instance of the McCartTransParams class. |
Properties
Name | Description | |
---|---|---|
![]() | RotAngle1 | Z-axis rotation angle. |
![]() | RotAngle2 | Y-axis rotation angle. |
![]() | RotAngle3 | X-axis rotation angle. |
![]() | TransX | X-component of translation vector. |
![]() | TransY | Y-component of translation vector. |
![]() | TransZ | Z-component of translation vector. |
See also